Merge paragraphs

Andrew Cantino 9 年之前
父节点
当前提交
1c83ffaf25
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      app/models/agents/email_digest_agent.rb

+ 0 - 1
app/models/agents/email_digest_agent.rb

@@ -19,7 +19,6 @@ module Agents
19 19
       You can provide a `from` address for the email, or leave it blank to default to the value of `EMAIL_FROM_ADDRESS` (`#{ENV['EMAIL_FROM_ADDRESS']}`).
20 20
 
21 21
       You can provide a `content_type` for the email and specify `text/plain` or `text/html` to be sent.
22
-
23 22
       If you do not specify `content_type`, then the recipient email server will determine the correct rendering.
24 23
 
25 24
       Set `expected_receive_period_in_days` to the maximum amount of time that you'd expect to pass between Events being received by this Agent.